CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编码 译码

搜索资源列表

  1. LogMAPdecoder.rar

    3下载:
  2. LogMAP译码算法,可用于递归卷积编码和非递归卷积编码的译码,代码质量高,供参考,<1> Log MAP decoder for RSC and NSC convolutional codes <2> Based on Lalit Bahl s original BCJR algorithm and its logarithmic version (Hanzo & Woodard). <3> Test-bench code is also inclu
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5464
    • 提供者:Leo Tsao
  1. LDPC_BSN.rar

    0下载:
  2. 这是一个LDPC 的matlab 仿真程序. 信道为AWGN. 调制方式为BPSK. 程序包里包含多种编码, 译码方式.,This is a box of LDPC simulation programs. The channel is AWGN channel and the modulation is BPSK. There are different encoding and decoding methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:708
    • 提供者:Jiangxueqin
  1. audio_video_encdec.zip

    0下载:
  2. Ti davinci系统测试语音及影像编码译码输出入程序,采用XDM规范,ti davinci audio video encode decode test
  3. 所属分类:DSP program

    • 发布日期:2017-05-12
    • 文件大小:2720107
    • 提供者:maik maa
  1. suanshucode

    0下载:
  2. 算术编码译码程序,用户可以自己定义信源符号对应的概率。-Arithmetic coding, decoding process, the user can define your own source symbols corresponding probability.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:410720
    • 提供者:陈晨
  1. a.rar

    0下载:
  2. 哈夫曼编码译码系統,利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发站写的一个哈夫曼的编/译码器。,Huffman decoding systems, the use of Huffman encoding of information and communicati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:46793
    • 提供者:
  1. hfm

    0下载:
  2. 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:7679
    • 提供者:lting
  1. Huffman

    0下载:
  2. 哈弗曼编码和译码,完成这项功能 里面以TXT文档输入数据,自己写吧-huffman bianma heyima
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1284
    • 提供者:王俊
  1. lpcm

    0下载:
  2. 通信原理中均匀量化用matlab的实现方法,编码译码源程序-Communication theory in the uniform implementation of quantitative methods with matlab, coding, source coding
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:600
    • 提供者:DJ
  1. rs255_239

    0下载:
  2. RS编码译码 及相关函数设计 实现(255,239)-rs encode and decode
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-07
    • 文件大小:60228
    • 提供者:sherry
  1. PCM-encode

    2下载:
  2. 通过PCM脉冲编码调制、恢复、量化、译码等过程实现A律十三线折线近似的仿真-Through the PCM pulse code modulation, recovery, quantification, A-law decoding process to achieve such a line similar to the simulation of thirteen lines
  3. 所属分类:matlab例程

    • 发布日期:2014-03-17
    • 文件大小:2276
    • 提供者:拈龙刺穹
  1. 213

    0下载:
  2. (2,1,3)卷积码的编码和Veterbi译码,用C语言描述,可以跑通-(2,1,3) convolutional code encoding and decoding Veterbi, using C language descr iption, you can run through
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:234036
    • 提供者:bingle
  1. huffman

    0下载:
  2. 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1860
    • 提供者:吕璐
  1. viterbi

    2下载:
  2. verilog程序,实现了(2,1,4)卷积码编码,和基于回溯算法的维特比译码器-verilog program to achieve the (2,1,4) convolutional code encoding, and algorithm based on the back of the Viterbi decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:2881
    • 提供者:xiongherui
  1. xinxilunshiyuanbaogao

    0下载:
  2. 信息论的课程实验报告实验一 信道容量的迭代算法程序设计………………….4 实验二 唯一可译码判决准则…………………………… 9 实验三 Huffman 编码方案程序设计…………………15 实验四 LZW编码方案程序设计…………………… 20 实验五 Shanoon编码方案程序设计………………… 23 实验六 循环码的软件编、译码实验…………………….27 实验七 BCH码最大似然译码器设计………………… 31 -Information theory course ex
  3. 所属分类:software engineering

    • 发布日期:2016-01-25
    • 文件大小:153600
    • 提供者:chenjjn
  1. LDPC

    19下载:
  2. ldpc编码,随机生成H矩阵,LLR-BP算法译码,有我详细的注解,非常详尽-ldpc coding, randomly generated H matrix, LLR-BP decoding algorithm, with my detailed notes, very detailed
  3. 所属分类:matlab例程

    • 发布日期:2013-03-23
    • 文件大小:29409
    • 提供者:haha
  1. 用c语言实现唯一可译码的编码

    0下载:
  2. 用c语言实现唯一可译码的编码,调试通过,可以运行-C language the only decoding of coding, debugging through, you can run
  3. 所属分类:Windows编程

    • 发布日期:2017-04-09
    • 文件大小:1146629
    • 提供者:luqunfang
  1. perfect code

    0下载:
  2. 这个程序用来实现HUFFMAN编码及译码,程序小巧而实用-the procedures used to achieve HUFFMAN encoding and decoding, compact and practical procedures
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:2026
    • 提供者:马栋
  1. ldpc0303

    0下载:
  2. ldpc编码,完整的编解码过程,并有多个编码实例-LDPC codes, the complete codec process and a number of coding examples
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:47689
    • 提供者:人狼
  1. rs_eedec_bm

    0下载:
  2. rs码的编码,里面包含了诸如有限域的生成构造等很多有用的算法-rs encoding code, which contains a limited domain such as the generation of structure, and many other useful algorithms
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:6091
    • 提供者:张平
  1. c23_RS_decoder

    0下载:
  2. 精通verilog HDL语言编程源码9——RS(204,188)译码器的设计-Proficient in verilog HDL source programming language 9- RS (204188) decoder design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-03-31
    • 文件大小:13456
    • 提供者:李平
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com